Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(preprocessing): allow nested dataset #19

Merged
merged 7 commits into from
Mar 20, 2023
Merged

Conversation

34j
Copy link
Collaborator

@34j 34j commented Mar 19, 2023

No description provided.

@34j
Copy link
Collaborator Author

34j commented Mar 19, 2023


  _WheelFileValidationError

  ["In /home/runner/.cache/pypoetry/artifacts/55/3f/02/f5c7cb1b3b818b90db54da1a7444ff1320b846e62fcdb43e10b3f3b179/torch-1.12.1-cp310-cp310-manylinux1_x86_64.whl, hash / size of torch-1.12.1.dist-info/METADATA didn't match RECORD"]

  at ~/.local/venv/lib/python3.10/site-packages/installer/sources.py:289 in validate_record
      285│                         f"In {self._zipfile.filename}, hash / size of {item.filename} didn't match RECORD"
      286│                     )
      287│ 
      288│         if issues:
    → 289│             raise _WheelFileValidationError(issues)
      290│ 
      291│     def get_contents(self) -> Iterator[WheelContentElement]:
      292│         """Sequential access to all contents of the wheel (including dist-info files).
      293│ 

Error: Process completed with exit code 1.

@codecov-commenter
Copy link

codecov-commenter commented Mar 20, 2023

Codecov Report

Merging #19 (620e4f5) into main (8826d68) will increase coverage by 0.06%.
The diff coverage is 55.55%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #19      +/-   ##
==========================================
+ Coverage   17.38%   17.44%   +0.06%     
==========================================
  Files          28       28              
  Lines        3153     3159       +6     
  Branches      340      342       +2     
==========================================
+ Hits          548      551       +3     
- Misses       2595     2597       +2     
- Partials       10       11       +1     
Impacted Files Coverage Δ
src/so_vits_svc_fork/__main__.py 0.00% <0.00%> (ø)
src/so_vits_svc_fork/preprocess_resample.py 64.10% <66.66%> (-0.61%) ⬇️
src/so_vits_svc_fork/__init__.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@34j 34j merged commit 0433151 into main Mar 20, 2023
@34j 34j deleted the feat/allow-nested-dataset branch March 20, 2023 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants